home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PCNET 2006 September - Disc 3
/
PCNET_CD_2006_09_3.iso
/
apps
/
Install_Babya_Logic.exe
/
{app}
/
samples
/
Multiple Instruments1.msc
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-11-02
|
359 b
|
24 lines
MScript VER:1
TIMER:60
TuneStart:Main
--Play same notes on different instruments. Cool!
'Execute this loop 5 times
SET:LoopCount,5
LABEL:TOP
SET:InstrumentNum,100
LABEL:InstrumentLoop
INSTRUMENT:InstrumentNum
a b c d
MATH:InstrumentNum,--
IF:InstrumentNum,>,95,InstrumentLoop
MATH:LoopCount,--
IF:LoopCount,>,0,TOP
TuneEnd:Main